home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 001-100 / 001-025 / 019 / keymap_test / keymap_test.h < prev    next >
C/C++ Source or Header  |  1995-03-17  |  765b  |  31 lines

  1. /****     keymap_test.h   **********/
  2.  
  3. /* INCLUDES  **************************************************/
  4.  
  5. #include  <exec/types.h>
  6. #include  <exec/ports.h>
  7. #include  <exec/io.h>
  8. #include  <exec/devices.h>
  9. #include  <exec/memory.h>
  10.  
  11. #include  <intuition/intuition.h>
  12. #include  <intuition/intuitionbase.h>
  13.  
  14. #include  <devices/console.h>
  15. #include  <devices/keymap.h>
  16.  
  17. #include  <libraries/dos.h>
  18.  
  19. #include  <stdio.h>
  20.  
  21.  
  22. /* EXTERNALS  **************************************************/
  23.  
  24.  
  25. extern ULONG                    *OpenLibrary();     /* Intuition functions */
  26. extern struct   Window          *OpenWindow();
  27.  
  28. extern struct   MsgPort         *CreatePort();       /* Console Device IO  */
  29. extern struct   IOStdReq        *CreateStdIO();
  30. extern int      OpenDevice();
  31.